home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / 3_puck_shuck.swf / scripts / DefineButton2_333 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  90 b   |  5 lines

  1. on(release){
  2.    _parent.collisiondemo.gotoAndPlay("start");
  3.    this.gotoAndStop(1);
  4. }
  5.